commit statementの例文
- A commit statement controls the unit of work
- Be sure to issue the commit statement frequently in your application
- A commit statement guarantees all of the transaction s modifications are made a permanent part of the database
- Issuing a commit records all the work since the last commit statement " for keeps " in the database
- By issuing commit statements when work is complete , and ensuring that the data is accurate , you free up that data for other applications to use
- For example , you should not start a transaction using the odbc api functions , and then use the transact - sql commit statement to complete the transaction